home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / BOXES / HISTORY / EXAMPLE.ZIP / hcbtest1.dfm / hcbtest1.txt
Text File  |  1996-08-13  |  1KB  |  69 lines

  1. object frmTestHistoryComboBox: TfrmTestHistoryComboBox
  2.   Left = 214
  3.   Top = 203
  4.   Width = 280
  5.   Height = 189
  6.   Caption = 'HistoryComboBox - Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 10
  15.     Top = 96
  16.     Width = 249
  17.     Height = 55
  18.   end
  19.   object Label1: TLabel
  20.     Left = 18
  21.     Top = 101
  22.     Width = 232
  23.     Height = 13
  24.     Caption = 'Put in some Text in the above History-Combobox.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 18
  28.     Top = 119
  29.     Width = 205
  30.     Height = 13
  31.     Caption = 'Read: Fills the Combobox from the Registry.'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 18
  35.     Top = 134
  36.     Width = 225
  37.     Height = 13
  38.     Caption = 'Write: Updates the Combobox and the Registry.'
  39.   end
  40.   object btRead: TButton
  41.     Left = 193
  42.     Top = 15
  43.     Width = 66
  44.     Height = 28
  45.     Caption = '&Read'
  46.     TabOrder = 0
  47.     OnClick = btReadClick
  48.   end
  49.   object btWrite: TButton
  50.     Left = 193
  51.     Top = 51
  52.     Width = 66
  53.     Height = 28
  54.     Caption = '&Write'
  55.     TabOrder = 1
  56.     OnClick = btWriteClick
  57.   end
  58.   object HistoryComboBox1: THistoryComboBox
  59.     Left = 8
  60.     Top = 16
  61.     Width = 145
  62.     Height = 21
  63.     ItemHeight = 13
  64.     TabOrder = 2
  65.     Key = 'Software\HCBTest\HistoryComboBox1'
  66.     MaxHistoryLength = 4
  67.   end
  68. end
  69.